翻訳と辞書
Words near each other
・ Domain Technologie Control
・ Domain testing
・ Domain theory
・ Domain Tunnel
・ Domain wall
・ Domain wall (magnetism)
・ Domain wall (optics)
・ Domain wall (string theory)
・ Domain Wintergardens
・ Domain, Manitoba
・ Domain-based security
・ Domain-driven design
・ Domain-general learning
・ Domain-key normal form
・ Domain-specific entertainment language
Domain-specific language
・ Domain-specific language for intrusion detection
・ Domain-specific learning
・ Domain-specific modeling
・ Domain-specific multimodeling
・ Domain-specific software architecture
・ Domain-validated certificate
・ Domain/OS
・ Domaine Armand Rousseau
・ Domaine Chandon California
・ Domaine Chasse Bili Uere
・ Domaine Chasse Bomu
・ Domaine Chasse Gangala Na Bodio
・ Domaine Clarence Dillon
・ Domaine Coche-Dury


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Domain-specific language : ウィキペディア英語版
Domain-specific language

A domain-specific language (DSL) is a computer language specialized to a particular application domain. This is in contrast to a general-purpose language (GPL), which is broadly applicable across domains, and lacks specialized features for a particular domain. There are a wide variety of DSLs, ranging from widely used languages for common domains, such as HTML for web pages, down to languages used by only one or a few pieces of software, such as Emacs Lisp for GNU Emacs and XEmacs. DSLs can be further subdivided by the kind of language, and include domain-specific ''markup'' languages, domain-specific ''modeling'' languages (more generally, specification languages), and domain-specific ''programming'' languages. Special-purpose computer languages have always existed in the computer age, but the term "domain-specific language" has become more popular due to the rise of domain-specific modeling. Simpler DSLs, particularly ones used by a single application, are sometimes informally called mini-languages.
The line between general-purpose languages and domain-specific languages is not always sharp, as a language may have specialized features for a particular domain but be applicable more broadly, or conversely may in principle be capable of broad application but in practice used primarily for a specific domain. For example, Perl was originally developed as a text-processing and glue language, for the same domain as AWK and shell scripts, but has since become a general-purpose programming language. By contrast, PostScript is a Turing complete language, and in principle can be used for any task, but in practice is narrowly used as a page description language.
==Use==
The design and use of appropriate DSLs is a key part of domain engineering, by using a language suitable to the domain at hand – this may consist of using an existing DSL or GPL, or developing a new DSL. Language-Oriented Programming considers the creation of special-purpose languages for expressing problems a standard part of the problem solving process. Creating a domain-specific language (with software to support it), rather than reusing an existing language, can be worthwhile if the language allows a particular type of problem or solution to be expressed more clearly than an existing language would allow and the type of problem in question reappears sufficiently often. Pragmatically, a DSL may be specialized to a particular problem domain, a particular problem representation technique, a particular solution technique, or other aspect of a domain.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Domain-specific language」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.